Kubernetes
Expose Service Menggunakan Istio Ingress Gateway dengan TLS
- Gilang V. Perdana
- 03 Feb 2022
- dilihat 758
Istio Inggress with TLS
$ openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -subj ‘/O= books Inc./CN=books.com’ -keyout books.com.key -out books.com.crt
Lalu silahkan buat secret :
$ kubectl create -n istio-system secret tls books-credential — key= books.com.key — cert= books.com.crt
4. Panggil Secret TLS pada file YAML :
Silahkan tambahkan beberapa baris pemanggil secret TLS pada file Ingress YAML :
Tangerang - Clouds.png)



0 Komentar